home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 …SCII & the Runetime Code / ADC Developer CD (1992-07) (''Butch ASCII And The Runtime Code'')_iso / Dev.CD 199207.iso / Development Platforms / Apple II / System 6.0 Sample Code / FinderEx ƒ / makefile < prev   
Encoding:
Makefile  |  1992-02-24  |  334 b   |  17 lines  |  [TEXT/MPS ]

  1.  
  2. Main = FinderEx
  3.  
  4. {Main} ƒƒ makefile {Main}.c.obj
  5.     LinkIIgs -w -t $B6 ∂
  6.         -lib "{CIIGSLibrary}CLib" ∂
  7.         -lseg Main:$1000 ∂
  8.             {Main}.c.obj ∂
  9.             "{CIIGSLibrary}Clib"(@main,@~globals,@~arrays) ∂
  10.         -o {Main}
  11.     if {AutoDuplicate} == 1
  12.         DuplicateIIGS -y -mac {Main} :
  13.     End
  14.  
  15. {Main}.c.obj ƒ makefile {Main}.c
  16.     CIIgs {Main}.c -o {Main}.c.obj
  17.